_posts/2016-10-6-App Service Mobile Apps .NET Client SDK 3.0.1 Release.html (23 lines of code) (raw):
---
title: "App Service Mobile Apps .NET Client SDK 3.0.1 Release"
hide_excerpt: true
---
<html><head>
<meta charset="utf-8"/>
</head>
<body>
<div id="page">
<a class="url fn n profile-usercard-hover" href="https://social.msdn.microsoft.com/profile/Mimi Xu (Azure)" target="_blank">Mimi Xu (Azure)</a>
<time> 10/6/2016 1:53:07 PM</time>
<hr/>
<div id="content">We just rolled out <a href="http://www.nuget.org/packages/Microsoft.Azure.Mobile.Client/3.0.1">Azure Mobile Client SDK 3.0.1</a> and <a href="http://www.nuget.org/packages/Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1">Azure </a><a href="https://www.nuget.org/packages/Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1">Mobile SQLiteStore 3.0.1</a>! Here are the updates we made:
<ol>
<li>This Mobile Client SDK release is out of <a href="https://www.nuget.org/packages/Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.0-beta">3.0.0-beta</a>!</li>
<li>The previous Mobile SQLiteStore 2.x.x libraries depending on <a href="https://www.nuget.org/packages/SQLitePCL/">SQLitePCL</a>, which uses the Android system SQLiteStore, no longer works with Android Level 24/Android N. Starting with Android Level 24/Android N, the Android system SQLiteStore cannot be accessed expect through the android.database.sqlite Java wrapper (Eric Sink has a great blog post <a href="http://ericsink.com/entries/sqlite_android_n.html">here</a> detailing the issue). This enforcement from Android impacts customers working with native Android, Xamarin.Android, and Xamarin.Forms Android. This 3.0.1 release updates the Mobile SQLiteStore library to take dependency on <a href="https://www.nuget.org/packages/SQLitePCLRaw.bundle_green/">SQLitePCLRaw.bundle_green</a> and <a href="https://www.nuget.org/packages/SQLitePCLRaw.core/">SQLitePCLRaw.Core</a> to resolve this problem.</li>
<li>We unified versions across .NET Client SDK and SQLiteStore library to make dependencies and developer experience more straightforward.</li>
</ol>
To take advantage of the releases, simply uninstall dependencies to your client project and grab the latest versions with Visual Studio package manager. <a href="https://social.msdn.microsoft.com/Forums/en-US/home?forum=azuremobile">Let us know</a> if you bump into any issues!</div>
</div></body>
<script src="{{ site.baseurl }}/resource/jquery-1.12.1.min.js" type="text/javascript"></script>
<script src="{{ site.baseurl }}/resource/replace.js" type="text/javascript"></script>
</html>